home *** CD-ROM | disk | FTP | other *** search
- -- background: 2658 from stack: in
- -- bmap block id: 21364
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on goToSection i
- get short name of this card
- put i into last word of it
- go to card it
- end goToSection
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=297 top=263 right=292 bottom=334
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right fast
- go to previous card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=333 top=263 right=292 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left fast
- go to next card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=333 top=307 right=336 bottom=365
- -- title width / last selected line: 0
- -- icon id / first selected line: 29114 / 29114
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=293 top=304 right=339 bottom=335
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 13 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=2 top=58 right=326 bottom=110
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 10
- -- style flags: 768
- -- line height: 13
- -- part name:
-
-
- -- part 12 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=60 top=63 right=330 bottom=282
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name:
-
-
- -- part 28 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=307 top=57 right=151 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- set cursor to 4
- get (item 2 of the clickLoc)-(item 2 of the rect of me)
- get it div (the textHeight of me)+1
- visual effect dissolve fast
- go to card "Section " & it & "11"
- end mouseUp
-
-
-
- -- part 29 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=341 top=158 right=242 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- set cursor to 4
- get (item 2 of the clickLoc)-(item 2 of the rect of me)
- put (it div (the textHeight of me))+1 into theSection
- get short name of this card
- put theSection into char 2 of word 2 of it
- put "1" into char 3 of word 2 of it
- visual effect dissolve fast
- go to card it
- end mouseUp
-
-
-
- -- part 30 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=373 top=247 right=336 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 256
- -- line height: 13
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- set cursor to 4
- get (item 2 of the clickLoc)-(item 2 of the rect of me)
- put (it div (the textHeight of me))+1 into theSection
- get short name of this card
- put theSection into char 3 of word 2 of it
- visual effect dissolve fast
- go to card it
- end mouseUp
-
-